stm32f1: remove stm32f1 support
authorPatrice Chotard <[email protected]>
Wed, 9 Aug 2017 13:13:02 +0000 (15:13 +0200)
committerTom Rini <[email protected]>
Sun, 13 Aug 2017 19:17:37 +0000 (15:17 -0400)
commitbc5d0384458466ed5b3608d326eec03cd4f13016
tree88ab058e10fbde3e58f210f57c1e1c39373bda9d
parent7b07a20c5e668b67348dc7a3abbeb437ab0afa52
stm32f1: remove stm32f1 support

A few years ago STM32F1 SoCs support has been added :
0144caf22ce6acd5c  gpio: stm32: add stm32f1 support
2d18ef2364fd3561a  ARMv7M: add STM32F1 support

But neither STM32F1 dedicated defconfig nor board was
associated to these commits.

Got confirmation from Tom Rini and Matt Porter to remove
all this code [1]

[1] http://u-boot.10912.n7.nabble.com/Remove-STM32F1-support-td301603.html

Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
12 files changed:
arch/arm/include/asm/arch-stm32f1/gpio.h [deleted file]
arch/arm/include/asm/arch-stm32f1/stm32.h [deleted file]
arch/arm/mach-stm32/Kconfig
arch/arm/mach-stm32/Makefile
arch/arm/mach-stm32/stm32f1/Kconfig [deleted file]
arch/arm/mach-stm32/stm32f1/Makefile [deleted file]
arch/arm/mach-stm32/stm32f1/clock.c [deleted file]
arch/arm/mach-stm32/stm32f1/flash.c [deleted file]
arch/arm/mach-stm32/stm32f1/soc.c [deleted file]
arch/arm/mach-stm32/stm32f1/timer.c [deleted file]
drivers/gpio/stm32_gpio.c
include/flash.h